home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Making Of_3_GO M1.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  130 b   |  8 lines

  1. on mouseUp
  2.   puppetSound("ENREGIS.AIF")
  3.   repeat with x = 6 to 8
  4.     set the visible of sprite x to 1
  5.   end repeat
  6.   go("M1")
  7. end
  8.